xen: arm: make stage 2 page tables walks inner-shareable
authorIan Campbell <ian.campbell@citrix.com>
Mon, 17 Mar 2014 17:27:40 +0000 (17:27 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 18 Mar 2014 15:55:28 +0000 (15:55 +0000)
commit8200daed053bc7f3dca4ee5b42d9f84934b998d7
treebb435f1092ea88894643b44cbabbd615e9f48658
parent652302e12e7f189274eae0193527a039808a524c
xen: arm: make stage 2 page tables walks inner-shareable

The comment was previously incorrect and indicated that these mappings were
unshared (00) when in reality the register was set for outer-shareable (01).

Clarify ORGN0/IRGN0 in the comments while at it.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/mm.c